The following tables list the members exposed by KeyedCollectionBase<T>.
Name | Description | |
---|---|---|
KeyedCollectionBase<T> Constructor | Deserialization constructor |
Name | Description | |
---|---|---|
Count | Returns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>) | |
Item | Returns the item associated with the specified key. |
Name | Description | |
---|---|---|
PropertyId | PropertyId (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>) |
Name | Description | |
---|---|---|
Clear | Removes all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>) | |
Contains | Returns a boolean value indicating whether the specified item exists in this collection. | |
ContainsKey | Returns a boolean value indicating whether an item with the specified key exists in this collection. | |
IndexOf | Returns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>) | |
Remove | Removes the item with the specified key from this collection. | |
ToString | Returns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>) | |
TryGetValue | Gets the value associated with the specified key. |